home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / sfame120.zip / SCRIPTS.ZIP / SCRIPT4.SCR < prev   
Text File  |  1995-01-07  |  343b  |  11 lines

  1. ;This script will seach for a users address. It will allow the user
  2. ;to enter more than 1 name to search for.
  3. WRITEANSWER "To:mail-server@rtfm.mit.edu"
  4. :START
  5. ASK "Enter name to search for: " 1
  6. WRITEANSWER "send usenet-address/" 1
  7. GETCHOICE "Would you like to enter another name to search for <y/N>? " NY 1
  8. IF 1 "Y"
  9. GOTO START
  10. ENDIF
  11.